home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
gnu
/
groff_src.lha
/
Groff-1.07
/
indxbib
/
Makefile.sub
< prev
next >
Wrap
Makefile
|
1993-01-04
|
654b
|
25 lines
PROG=indxbib
MAN1=indxbib.n
XLIBS=$(LIBBIB) $(LIBGROFF)
MLIB=$(LIBM)
OBJS=indxbib.o dirnamemax.o signal.o
CCSRCS=indxbib.cc
CSRCS=dirnamemax.c signal.c
NAMEPREFIX=$(g)
install_data: eign
-test -d $(datadir) || mkdir $(datadir)
-test -d $(datasubdir) || mkdir $(datasubdir)
if test -f /usr/lib/eign; then \
rm -f $(common_words_file); \
ln -s /usr/lib/eign $(common_words_file) 2>/dev/null \
|| ln /usr/lib/eign $(common_words_file) 2>/dev/null \
|| cp /usr/lib/eign $(common_words_file); \
else \
rm -f $(common_words_file); \
$(INSTALL_DATA) $(srcdir)/eign $(common_words_file); \
fi
uninstall_sub:
-rm -f $(common_words_file)